ParcelableCompatCreatorCallbacks
Deprecated
Use android.os.Parcelable.ClassLoaderCreator directly.
Callbacks a Parcelable creator should implement.
Functions
Link copied to clipboard
Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel() and using the given ClassLoader.